home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / CHIP / Testy software / Auto Manager 1.03 / auto_manager.exe / 2 / kontrolki.json next >
JavaScript Object Notation  |  2005-12-11  |  334b

  1. {
  2.     "schema": {
  3.         "olej": "Long Integer",
  4.         "hamulce": "Long Integer",
  5.         "plyn hamulcowy": "Long Integer",
  6.         "silnik": "Long Integer",
  7.         "akumulator": "Text (50)",
  8.         "OLEJOK": "Long Integer",
  9.         "swiece": "Text (50)",
  10.         "chlodnica": "Text (50)"
  11.     },
  12.     "data": [
  13.         {
  14.             "olej": 0,
  15.             "hamulce": 0,
  16.             "plyn hamulcowy": 0,
  17.             "silnik": 0,
  18.             "akumulator": "Apr",
  19.             "OLEJOK": 0,
  20.             "swiece": "Nov",
  21.             "chlodnica": "Apr"
  22.         }
  23.     ]
  24. }